This repository has been archived on 2023-08-29. You can view files and clone it, but cannot push or open issues/pull-requests.
yutent
/
anot.js
Archived
1
0
Fork 0

移除兼容代码

master 2.1.1
宇天 2019-08-30 17:49:55 +08:00
parent 40ff56d26c
commit 9d790d087a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "anot",
"version": "2.1.0",
"version": "2.1.1",
"description": "Anot - 迷你mvvm框架",
"main": "dist/anot.js",
"files": ["dist"],

View File

@ -9,7 +9,7 @@ var DOC = window.document
var head = DOC.head //HEAD元素
head.insertAdjacentHTML(
'afterbegin',
'<anot skip class="anot-hide"><style id="anot-style">.anot-hide{ display: none!important } slot{visibility:hidden;}</style></anot>'
'<anot skip class="anot-hide"><style id="anot-style">.anot-hide{ display: none!important }</style></anot>'
)
var ifGroup = head.firstChild