mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 02:09:30 +08:00
12 lines
235 B
Text
12 lines
235 B
Text
export default {
|
|
parse: {
|
|
prelude() {
|
|
return this.createSingleNodeList(
|
|
this.MediaQueryList()
|
|
);
|
|
},
|
|
block() {
|
|
return this.Block(false);
|
|
}
|
|
}
|
|
};
|