feat: Add CSS module to index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 1m19s

This commit is contained in:
严浩
2024-08-29 11:44:25 +08:00
parent 1fa39b6391
commit 25d60c68a9

View File

@ -56,6 +56,7 @@ const FComponent: FunctionalComponent<{ prop: string }> = (props, context) => (
</template> </template>
<style module> <style module>
/* https://cn.vuejs.org/api/sfc-css-features#css-modules */
h1 { h1 {
font-family: 'Press Start 2P', cursive; font-family: 'Press Start 2P', cursive;
color: #646cff; color: #646cff;