chore(examples): update nuxt example

This commit is contained in:
braks
2024-02-21 23:42:55 +01:00
parent 7b39b45641
commit c7957df0e9
9 changed files with 3003 additions and 867 deletions
+2 -2
View File
@@ -3,8 +3,10 @@
</template>
<style>
@import './style.css';
@import '@vue-flow/core/dist/style.css';
@import '@vue-flow/core/dist/theme-default.css';
@import '@vue-flow/controls/dist/style.css';
html,
body,
@@ -18,7 +20,5 @@ body,
font-family: 'JetBrains Mono', monospace;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
</style>