mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
docs: remove mourn
This commit is contained in:
parent
c912befa62
commit
0081edcc1e
@ -1,4 +1,3 @@
|
||||
import './mourn';
|
||||
import Vue from 'vue';
|
||||
import VueRouter from 'vue-router';
|
||||
import App from './App';
|
||||
|
@ -1,12 +0,0 @@
|
||||
const now = new Date();
|
||||
|
||||
if (now.getFullYear() === 2020 && now.getMonth() === 3 && now.getDate() === 4) {
|
||||
const filter = `
|
||||
html{
|
||||
filter: grayscale(100%);
|
||||
-webkit-filter: grayscale(100%);
|
||||
-moz-filter: grayscale(100%);
|
||||
}
|
||||
`;
|
||||
document.head.insertAdjacentHTML('beforeend', `<style>${filter}</style>`);
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
import './mourn';
|
||||
import Vue from 'vue';
|
||||
import Preview from './Preview.vue';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user