We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a7adb0 + 75d20ec commit 27c8ca7Copy full SHA for 27c8ca7
examples/composition/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