mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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 } }
|
|
}
|