fixed html import + FB import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import html from './index'
|
||||
const html = require('./index.html').default
|
||||
import './index.scss'
|
||||
import rootCtrl from './controller'
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<script src="FrontblockLib.js"></script>
|
||||
<meta charset="UTF-8">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import ctrl from './controller'
|
||||
import html from './index'
|
||||
const html = require('./index.html').default
|
||||
import './index.scss'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user