fixed html import + FB import

This commit is contained in:
peter
2019-07-28 13:47:54 +02:00
parent 68695ea89b
commit f4c26b5aa6
9 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import html from './index'
const html = require('./index.html').default
import './index.scss'
import rootCtrl from './controller'
+1
View File
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<script src="FrontblockLib.js"></script>
<meta charset="UTF-8">
<title>Document</title>
</head>
+1 -1
View File
@@ -1,5 +1,5 @@
import ctrl from './controller'
import html from './index'
const html = require('./index.html').default
import './index.scss'
export default {