Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230101

Empty Site with: import "@ionic/core/css/ionic.bundle.css";

$
0
0

Hello,

why is my testpage empty when i use:
import “@ionic/core/css/ionic.bundle.css”;

Thank you

Here is the code

import Vue from “vue”;
import App from “./App.vue”;
import router from “./router”;
import Ionic from “@ionic/vue”;
//here is the problem; i get an empty site when import “@ionic/core/css/ionic.bundle.css”;
import “@ionic/core/css/ionic.bundle.css”;
Vue.config.productionTip = false;

new Vue({
router,
render: h => h(App)
}).$mount("#app");


Viewing all articles
Browse latest Browse all 230101

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>