We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a295412 commit 7d908c8Copy full SHA for 7d908c8
examples/classic/shopping-cart/app.js
@@ -1,7 +1,6 @@
1
import { createApp } from 'vue'
2
import App from './components/App.vue'
3
import store from './store'
4
-import { currency } from './currency'
5
6
const app = createApp(App)
7
0 commit comments