Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426509
index.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
559 B
Referenced Files
None
Subscribers
None
index.cjs
View Options
var Vue = require('vue')
Object.keys(Vue).forEach(function(key) {
exports[key] = Vue[key]
})
exports.set = function(target, key, val) {
if (Array.isArray(target)) {
target.length = Math.max(target.length, key)
target.splice(key, 1, val)
return val
}
target[key] = val
return val
}
exports.del = function(target, key) {
if (Array.isArray(target)) {
target.splice(key, 1)
return
}
delete target[key]
}
exports.Vue = Vue
exports.Vue2 = undefined
exports.isVue2 = false
exports.isVue3 = true
exports.install = function(){}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 13:19 (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8c/99/870aaa1c1dbd95394a08e1ded75e
Default Alt Text
index.cjs (559 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment