mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
var x = require('x');
|
|
|
|
module.exports = {
|
|
props: ['input'],
|
|
data: function() { return { dataA: 42 + this.input } }
|
|
}
|