mirror of
https://github.com/github/codeql.git
synced 2026-04-05 07:08:31 +02: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 } }
|
|
}
|