Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4116904
vue-component.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
421 B
Referenced Files
None
Subscribers
None
vue-component.vue
View Options
<template>
<!-- Outer comment -->
<div class="mw-vue-test">
<!--
Inner comment
with multiple lines
and tabs
-->
<p>Hello\n</p>
<p>{{ hello }}</p>
<pre>
foo\
bar
</pre>
</div>
</template>
<script>
// @vue/component
module.exports = {
data: function () {
return {
hello: 'world'
};
}
};
</script>
<style lang="less">
.mw-vue-test {
&:hover {
background-color: red;
}
}
</style>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Aug 19, 01:54 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
00/ad/239360ebcf117d318e938e0df4f6
Default Alt Text
vue-component.vue (421 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment