feat: Add CSS module to index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 1m19s
All checks were successful
CI / cache-and-install (push) Successful in 1m19s
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user