Commit ef9afe1b by web

fix: 修改css引用路径

1 parent 31f4510a
{ {
"name": "xrk-bi", "name": "xrk-bi",
"version": "0.3.0-beta.2", "version": "0.3.0-beta.3",
"description": "xrk-bi", "description": "xrk-bi",
"author": "xrk", "author": "xrk",
"main": "dist/bundler.js", "main": "dist/bundler.js",
......
...@@ -54,5 +54,5 @@ export default { ...@@ -54,5 +54,5 @@ export default {
</script> </script>
<style> <style>
@import url('../style/index.css'); @import url('./style/index.css');
</style> </style>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!